home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
mac
/
prime_CD
/
pb
/
PROFILE.DIR
/
00684_Script_close issue text
< prev
next >
Wrap
Text File
|
1997-07-29
|
277b
|
14 lines
on mousedown
-- set the movierate of sprite 29 = 0
trackbutton the clickon, cast "over close down"
-- set the movierate of sprite 29 = 1
end
on mouseUp
if rollover(the clickon) then
puppetsprite the clickon,false
close_issue_text
end if
end